home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d7 / jlblink.arc / LOGOFF.BMC < prev    next >
Text File  |  1990-10-18  |  691b  |  41 lines

  1. ** LOGOFF.BMC
  2. **
  3. ** This script is used to log off BIX and hang up the modem.
  4. **
  5.  
  6. Watch_Start:
  7.  
  8.      Show "Signing Off\n"
  9.      Puts "BYE\r"
  10.  
  11.      Watch_00 "Thank you for using BIX!"
  12.  
  13.           Screen "Off"
  14.           Puts "+++"
  15.           Wait "2"
  16.           Puts "ATH0\r"
  17.           Watch_Del_00
  18.  
  19.      Watch_01 "OK"
  20.  
  21.           Puts "ATH0\r"
  22.           Watch_Del_01
  23.  
  24.      Watch_02 "CARRIER"
  25.  
  26.           Puts "ATH0\r"
  27.           Watch_Del_00
  28.           Watch_Del_01
  29.           Watch_Del_02
  30.           Watch_Del_03
  31.  
  32.      Watch_03 "OK"
  33.  
  34.           Puts "ATH0\r"
  35.           Watch_Del_00
  36.           Watch_Del_01
  37.           Watch_Del_02
  38.           Watch_Del_03
  39.  
  40. Watch_End
  41.